home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Procedural / Gadgets / AboutDialog.h < prev    next >
Text File  |  1996-03-19  |  222b  |  10 lines

  1. /* AboutDialog.h -- Modal dialog */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. typedef struct {
  5.     short        dummy;
  6. } AboutDialogRec, *AboutDialogRecPtr;
  7.  
  8. /*----------*/
  9. Boolean GetAboutDialog    (AboutDialogRec        *AboutDialog);
  10.